home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual Foxpro 6.0 (Ent. Edition) / Vf6ent Extractor.EXE / TOOLS / XSOURCE / XSOURCE.ZIP / vfpsource / Builders / BUILDERS / bldgrid.h < prev    next >
Encoding:
Text File  |  1998-05-01  |  2.2 KB  |  57 lines

  1. * Header file for Grid builder
  2.  
  3. #DEFINE PG1LBL1_LOC            "Which fields do you want in your grid?" + CHR(13) + CHR(10) + ;
  4.                             "Select a database or free table, and then select fields from one table."
  5. #DEFINE PG2LBL1_LOC            "Select a style for your grid.  Each style is illustrated in the example grid shown."
  6. #DEFINE PG3LBL1_LOC            "To specify a caption and control type for a column, first click the column, then specify"+ ;
  7.                             CHR(13)+CHR(10)+"your changes."
  8. #DEFINE PG4LBL1_LOC            "To create a one-to-many form, specify the key field in the parent table and the related"+ ;
  9.                             CHR(13)+CHR(10)+"index for the child table in the grid."
  10.  
  11. #DEFINE COLUMN_LOC            "Column "
  12. #DEFINE NODATA_LOC            "Data is not available for display. " + chr(13) + chr(10)
  13. #DEFINE NODATA1A_LOC        NODATA_LOC + 'A table has not yet been selected on the "Grid Items" tab.'
  14. #DEFINE NODATA1B_LOC        NODATA_LOC + 'Fields have not yet been selected on the "Grid Items" tab.'
  15. #DEFINE NODATA1C_LOC        NODATA_LOC + 'There are no records in: '
  16.  
  17. #DEFINE GRIDHEAD1_LOC        "North"
  18. #DEFINE GRIDHEAD2_LOC        "East"
  19. #DEFINE GRIDHEAD3_LOC        "West"
  20. #DEFINE GRIDHEAD4_LOC        "South"
  21. #DEFINE GRIDHEAD5_LOC        "Total"
  22.  
  23. #DEFINE CTRLTYPE1_LOC        "Textbox"
  24. #DEFINE CTRLNAME1            "Text"
  25. #DEFINE CTRLCLASS1            "Textbox"
  26. #DEFINE CTRLTYPE1            "CYNFDTBLMGI"
  27.  
  28. #DEFINE CTRLTYPE2_LOC        "Editbox"
  29. #DEFINE CTRLNAME2            "Edit"
  30. #DEFINE CTRLCLASS2            "Editbox"
  31. #DEFINE CTRLTYPE2            "CM"
  32.  
  33. #DEFINE CTRLTYPE3_LOC        "Spinner"
  34. #DEFINE CTRLNAME3            "Spinner"
  35. #DEFINE CTRLCLASS3            "Spinner"
  36. #DEFINE CTRLTYPE3            "YNFBI"
  37.  
  38. #DEFINE CTRLTYPE4_LOC        "Checkbox"
  39. #DEFINE CTRLNAME4            "Check"
  40. #DEFINE CTRLCLASS4            "Checkbox"
  41. #DEFINE CTRLTYPE4            "L"
  42.  
  43. #DEFINE CTRLTYPE5_LOC        "OLEBoundControl"
  44. #DEFINE CTRLNAME5            "OLEBoundControl"
  45. #DEFINE CTRLCLASS5            "OLEBoundControl"
  46. #DEFINE CTRLTYPE5            "G"
  47.  
  48. #DEFINE C_NONE_LOC            "<None>"
  49.  
  50. #DEFINE NOTBLCREATE_LOC        "The Grid Styles table GRIDSTYL.DBF was not found, and the default table was not successfully created."
  51. #DEFINE NOSTYLECHG_LOC        "<Preserve current style>"
  52. #DEFINE C_STYLETITLE_LOC    "Style Information"
  53. #DEFINE C_TABLETASK_LOC        "Locating style table"
  54. #DEFINE C_STYLETASK_LOC        "Gathering data from style table"
  55. #DEFINE C_CURRSTYLE_LOC        "Examining current style of grid"
  56.  
  57.